Buffer.removeSourceMarks

Remove all marks of @category between @start and @end from the buffer.

If @category is NULL, all marks in the range will be removed.

class Buffer
void
removeSourceMarks

Parameters

start TextIter

a #GtkTextIter.

end TextIter

a #GtkTextIter.

category string

category to search for, or %NULL.

Meta